home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / libs / winlib-0.0 / winlib-0 / win / README < prev    next >
Encoding:
Text File  |  1996-01-02  |  2.0 KB  |  50 lines

  1. WinLIB Preliminary version 0.0.4
  2. by Ken Hollis
  3.  
  4. Before compiling and installing WinLIB, you must make sure that you have 
  5. the following libraries installed on your system:
  6.  
  7.     o GPM version 0.99 or greater (tested with 1.06)
  8.     o NCURSES 1.8.5 or greater (tested with 1.9.7a)
  9.     o LibPANEL (distributed with NCURSES)
  10.  
  11. Also, keep in mind that the distribution of WinLIB is only for Linux 0.99 
  12. or greater.  Further ports may be made for other operating systems, but 
  13. for now, this is the only standard distribution available.
  14.  
  15. When linking programs in with all of these libraries, you *must* link in 
  16. the following order, or your programs will not link correctly and/or will 
  17. have unassociated object files.
  18.  
  19.     -lwin -lgpm -lpanel -lncurses
  20.  
  21. A good sequence to add to your Makefile is included in the demo 
  22. directory.  Check out the Makefile there - it is the prime example of how 
  23. the program should at least be linked.
  24.  
  25. If you are sure you have all of the above specified libraries, simply type
  26. "Configure" and let the configure program do everything it needs to. 
  27.  
  28. After you've configured, it would probably be a good time to keep a 
  29. backup of the old libwin.so.1.x file if you still have one on your 
  30. system.  If you don't, don't fret.
  31.  
  32. After you're done with that, simply type "make" and you're off to a
  33. fuller, happier life - but make sure you type "make" as superuser. 
  34.  
  35. Once you're done, it's generally a good idea to type "sound_server &".  
  36. This will spawn the sound server in the background, and you will be able 
  37. to run your programs with sound support.  Of course, if you don't want a 
  38. sound supportive program, you don't need to run the sound server, but the 
  39. demo program will complain.
  40.  
  41. If you encounter any problems, please read the included man pages, and 
  42. programmers' guide.  If you still have problems with the library, or have 
  43. a bug report, please write to khollis@bitgate.com.
  44.  
  45. If you want to submit changes, please also submit them to 
  46. khollis@bitgate.com.
  47.  
  48. Thanks, and enjoy WinLIB!
  49. -- Ken Hollis
  50.